home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DSAttrS.pas' rev: 3.00
-
- #ifndef DSAttrSHPP
- #define DSAttrSHPP
- #include <LibHelp.hpp>
- #include <DRIntf.hpp>
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dsattrs
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TSaveAttributesAs;
- class PASCALIMPLEMENTATION TSaveAttributesAs : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TComboBox* BasedOnList;
- Stdctrls::TEdit* AttributeNameEdit;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Stdctrls::TButton* OKBtn;
- Extctrls::TBevel* Bevel1;
- Stdctrls::TButton* CancelBtn;
- Stdctrls::TButton* HelpBtn;
- void __fastcall OKBtnClick(System::TObject* Sender);
- void __fastcall CancelBtnClick(System::TObject* Sender);
- void __fastcall HelpBtnClick(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
-
- private:
- void __fastcall AddToList(const System::AnsiString Value);
-
- public:
- bool __fastcall Execute(const System::AnsiString TableName, const System::AnsiString FieldName, System::AnsiString
- &AttributesName, Drintf::TAttrID &BasedOnID);
- public:
- /* TCustomForm.Create */ __fastcall virtual TSaveAttributesAs(Classes::TComponent* AOwner) : Forms::
- TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TSaveAttributesAs(Classes::TComponent* AOwner, int Dummy) :
- Forms::TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TSaveAttributesAs(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TSaveAttributesAs(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE bool __fastcall SaveAttributesAsDlg(const System::AnsiString TableName, const System::AnsiString
- FieldName, System::AnsiString &Name, Drintf::TAttrID &BasedOnID);
-
- } /* namespace Dsattrs */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dsattrs;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DSAttrS
-